home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.esc;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class ConversionDialog$1 implements ActionListener {
- // $FF: synthetic field
- final ConversionDialog this$0;
-
- public void actionPerformed(ActionEvent var1) {
- String var2 = this.this$0.radioBtnGroup.getSelection().getActionCommand();
- if (var2.equals("rb.same")) {
- this.this$0.tfdOutputDir.setEnabled(false);
- this.this$0.btnBrowse.setEnabled(false);
- } else if (var2.equals("rb.other")) {
- this.this$0.tfdOutputDir.setEnabled(true);
- this.this$0.btnBrowse.setEnabled(true);
- }
-
- }
-
- ConversionDialog$1(ConversionDialog var1) {
- this.this$0 = var1;
- }
- }
-